

/*站群导航*/
#footer{width: 100%;
background: url(jb_tm.png) repeat;
border-top: 1px solid #1a4287;
height: 50px;
margin-top: 30px;}
.downbox{ height:125px; margin-top:30px;padding-top:40px; border-top:4px solid #3e60a4}
.down_box{ width:1200px; margin:auto; clear:both; }
.down_box span{ float:left; font-size:16px; color:#000; font-weight:bold; padding:6px 20px 0 20px;}
.select {
	position: relative;
	float: left;
	margin: 0 10px;
}
.select dt {
	height: 33px;
	display: inline-block;
	background: url(select_input_bg.gif) no-repeat 220px center;
	line-height:33px;
	cursor: pointer;
	width:208px;
	padding-right: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-indent:12px;
	color: #333; border:1px solid #cdcdcd; font-size:14px;
	margin-bottom: 20px;
}
.select:last-child dt {
	color: #333
}
.ash {
	color: #d7d7d7!important
}
.select dd {
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	z-index: 9;
	width: 240px;
	/*! padding-top: 35px */
	background-color: #fff;
}
.select dd ul {
	width:240px;
	height:90px;
	overflow: auto; 
}
.select dd ul li a {
	line-height: 28px;
	display: block;
	font-size: 14px;
	text-indent:12px; background:#ebebeb
}
.select dd ul li a:hover {
	background: #f5f5f5;
}


/*站群导航结束*/